From b2fc97e2d20c04f54845cb43c5676a8fa947ab8b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 5 May 2016 15:18:09 -0500 Subject: [PATCH] init: shebang should be the first line The shebang was not on the first line in the init script and it should be. Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper Acked-by: Wei Liu Release-acked-by: Wei Liu --- tools/hotplug/Linux/init.d/xendriverdomain.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/hotplug/Linux/init.d/xendriverdomain.in b/tools/hotplug/Linux/init.d/xendriverdomain.in index 3720dea57a..5fd4e9a0c3 100644 --- a/tools/hotplug/Linux/init.d/xendriverdomain.in +++ b/tools/hotplug/Linux/init.d/xendriverdomain.in @@ -1,4 +1,3 @@ - #!/bin/bash # # xendriverdomain Script to start services needed in a Xen driver domain -- 2.30.2